Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] 'replace the usage of keys of self.io_module ' #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Menace-Dragon
Copy link

Original self.io_module is a dict composed of {'node. target': node}. When quantize model has shared convolution layer such as shared detector head, the 'node. target' will matches many nodes. However {'node. target': node} can not record all these situations. Here self.io_module is modified as {'node. target': [node1, node2, .....]} to fix the problem.

@Menace-Dragon Menace-Dragon changed the title 'replace the usage of keys of self.io_module ' [fix]'replace the usage of keys of self.io_module ' Mar 7, 2023
@Menace-Dragon Menace-Dragon changed the title [fix]'replace the usage of keys of self.io_module ' [Fix] 'replace the usage of keys of self.io_module ' Mar 7, 2023
@github-actions
Copy link

github-actions bot commented Jul 6, 2023

This PR has not received any updates in 120 days. Please reply to this issue if this still unresolved!

@github-actions github-actions bot added the Stale label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant